From 4ac57d4d4c8fced128228addc7a11b785ccb859e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 28 Jan 2015 15:37:53 -0500 Subject: [PATCH] file chooser: Remove the search/browse buttons Enabling search is now handled in the file chooser dialog, so we don't need these buttons anymore. --- gtk/ui/gtkfilechooserwidget.ui | 75 -------------------------------- gtk/ui/gtkfilechooserwidget.ui.h | 3 -- 2 files changed, 78 deletions(-) diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui index c550535804..74eb2878da 100644 --- a/gtk/ui/gtkfilechooserwidget.ui +++ b/gtk/ui/gtkfilechooserwidget.ui @@ -102,31 +102,6 @@ 1 - - - True - Search - True - True - - - - - True - edit-find-symbolic - 1 - - - - - False - False - end - 1 - - pathbar @@ -139,31 +114,6 @@ True 6 6 - - - True - Search - True - True - - - - - True - edit-find-symbolic - 1 - - - - - False - False - end - 1 - - location @@ -183,31 +133,6 @@ - - - True - Browse - True - True - - - - - True - folder-symbolic - 1 - - - - - False - False - end - 1 - - search diff --git a/gtk/ui/gtkfilechooserwidget.ui.h b/gtk/ui/gtkfilechooserwidget.ui.h index 5872a159c3..457ed055d8 100644 --- a/gtk/ui/gtkfilechooserwidget.ui.h +++ b/gtk/ui/gtkfilechooserwidget.ui.h @@ -1,7 +1,4 @@ N_("Create Folder"); -N_("Search"); -N_("Search"); -N_("Browse"); N_("Files"); N_("Name"); N_("Size"); -- 2.30.2